home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2004 April
/
PCWorld_2004-04_cd.bin
/
software
/
vyzkuste
/
pspad
/
pspad429inst_cz.exe
/
{app}
/
Template
/
Default.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2003-11-09
|
862b
|
38 lines
/* CSS for web: */
/* Author: , e-mail: */
/* Update: */
/* Debug */
* { background: #FFCC00 !important }
* { border: 1px black solid !important }
body {
background: white;
/* Scrollbar */
scrollbar-face-color: #bdd6ef;
scrollbar-highlight-color: #E1E1E1;
scrollbar-3dlight-color: #363636;
scrollbar-darkshadow-color: #efefef;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #363636;
scrollbar-track-color: #ffffff;
/* Font */
font-family: geneva, verdana, arial, sans-serif;
font-size: 12;
}
/* Links */
a:link {
text-decoration: none;
color: blue;
}
a:hover {
text-decoration: underline;
background: #bdd6ef;
color: #333399;
}
a:visited {
text-decoration: none;
color: purple;
}